Contribution: EVERYONE
Owner: LISA

operators, PAGENUMBERHERE
---indent--->arithmetic operators, PAGENUMBERHERE
---indent--->boolean operators, PAGENUMBERHERE
---indent--->relational operators, PAGENUMBERHERE

Once the final book is complete, I will create the index page since I need to correspond page numbers to the concepts.

Sorry for the slow response, I havent been checking the Recent Changes page.

http://www.pdfindexgenerator.com/tour.php I found an index generator online. Can someone download it and see if it works? If not, I can do it myself. Thanks :)

*
Just to clairfy, an INDEX is a detail list of words and concepts that can be found throughtout the book. It appears at the end of the manual.
A TABLE OF CONTENTS appears in the beginning. It is a list of chapters and sections of the book.
***
In the index, you can list concepts that are not related to programming. As long as it is mentioned in the manual, you can have it here.


  1. Arithmetic operators
  2. Binary
  3. Boolean Expression
  4. Boolean Operators
  5. Boolean value
  6. Boolean operator
  7. Comment
  8. Case
  9. Const
  10. Constant
  11. Debugger
  12. Desk checking - To go through the source code mentally.
  13. Editor window - The editor window is what the editor uses to write and edit his/her program.
  14. Error - An issue which has occurred.
  15. File - A collection of data or information.
  16. Flow chart - A diagram of sequence of operations.
  17. Functions - Functions performs a task and returns a value.
  18. Integer - Real numbers, natural numbers. Not a fraction.
  19. Int - keyword used for integer
  20. Keywords - Keywords are built into the program. They can either be parameters or commands and cannot be used a variable.
  21. Menu - A list listing an overview of the whole thing. Usually lists the main categories.
  22. Procedures - Procedures perform a single task.
  23. Program - Programs are consisted of a list of statements, keywords and declarations. Set of instructions written in programming language which the computer can understand.
  24. Real - A real number
  25. Relational Operators - An operator that compares two values. It’s used by the operators > and <, also known as greater than sign and less than sign.
  26. Run window - The editor window shows the result of the program when executed.
  27. Test -
  28. Troubleshoot - Something you do to help solve the issue or problem.
  29. Token -
  30. Turing - Turing is IDE and complier. It uses programming language.
  31. Selection - A basic structure in computer programming.
  32. String - A series of characters put together to form a character string.
  33. String operator - When two words are concatenated with the other one, it creates a string operator.
  34. Skip - To go to the beginning of the next line.
  35. Syntax error - An error which has occurred in the programmer’s code.
  36. Unary - Unary operators can be addition, subtraction, mod, div, multiplication and division.
  37. Variable - Named location in memory (RAM)
  38. Var - Its a keyword used to represent a variable.










































It's so empty! But we will fill this up! :)